Skip to content

[docs] Update glossary - weekly full scan#45252

Merged
pelikhan merged 2 commits into
mainfrom
docs/glossary-weekly-2026-07-13-dd8af34a271ed3ac
Jul 13, 2026
Merged

[docs] Update glossary - weekly full scan#45252
pelikhan merged 2 commits into
mainfrom
docs/glossary-weekly-2026-07-13-dd8af34a271ed3ac

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Weekly automated glossary scan for 2026-07-13. Adds 5 new reference entries across two topic areas.

Changes

File: docs/src/content/docs/reference/glossary.md

MCP Gateway — visibility controls (2 entries)

  • private-to-public-flows (tools.github.private-to-public-flows) — frontmatter field that opts a workflow out of cross-visibility protections enforced by the MCP Gateway. Supports allow (all MCP servers) or a list of server IDs. Incompatible with guards_mode: strict in blanket-allow form.
  • sink-visibility — MCP Gateway write-sink guard field that declares the target repository visibility ("public", "private", "internal"). When "public", agents with non-empty secrecy are blocked from writing. Set automatically by the gh-aw compiler at runtime; workflow authors do not configure it manually.

Sandbox — container runtimes (3 entries)

  • sandbox.agent.runtime — selects the container runtime for the AI agent. Supported values: gvisor (kernel-level isolation via user-space kernel) and docker-sbx (KVM-isolated microVM). Defaults to standard Docker when omitted.
  • gVisor (runsc) — Google container runtime that interposes a user-space kernel between the agent container and host OS kernel. gh-aw installs and registers gVisor automatically.
  • docker-sbx — KVM-hardware-virtualized microVM runtime. Infrastructure containers remain on the host; gh-aw refreshes Docker Hub OAuth credentials automatically before agent execution.

Type

docs

Scope

docs/src/content/docs/reference/glossary.md

Generated by PR Description Updater for #45252 · 30.9 AIC · ⌖ 5.5 AIC · ⊞ 4.7K ·

Add new terms introduced in recent changes:
- sandbox.agent.runtime: new frontmatter field for container runtime selection
- gVisor (runsc): kernel-level isolation runtime for the agent container
- docker-sbx: KVM-isolated microVM runtime for hardware-virtualization boundaries
- private-to-public-flows: opt-out field for cross-visibility MCP gateway protections
- sink-visibility: MCP gateway write-sink guard field for repository visibility enforcement

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@pelikhan pelikhan merged commit c363527 into main Jul 13, 2026
2 checks passed
@pelikhan pelikhan deleted the docs/glossary-weekly-2026-07-13-dd8af34a271ed3ac branch July 13, 2026 14:37
@github-actions

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.82.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation glossary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant